home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1057 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: ix.netcom.com!JAMESCHA
  2. From: jamesch@ix.netcom.com (James Chamblin)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: A couple of quick questions
  5. Date: 22 Jan 1996 14:29:24 GMT
  6. Organization: Netcom
  7. Message-ID: <4e0704$63l@ixnews6.ix.netcom.com>
  8. References: <Pine.A32.3.91.960120155016.29585F-100000@srv1.freenet.calgary.ab.ca>
  9. NNTP-Posting-Host: ix-orl3-14.ix.netcom.com
  10. X-NETCOM-Date: Mon Jan 22  6:29:24 AM PST 1996
  11. X-Newsreader: News Xpress Version 1.0 Beta #4
  12.  
  13. In article 
  14. <Pine.A32.3.91.960120155016.29585F-100000@srv1.freenet.calgary.ab.ca>,
  15.    "Philip D. Porth" <pdporth@freenet.calgary.ab.ca> wrote:
  16. >1/ I am currently using Novaterm9.5 to download files from there local 
  17. >freenet. I can download ASCII files correctly in Kermit or Z-Modem, 
  18. but 
  19. >binary files, especially .sfx ones are always corrupt, and won't 
  20. >dissolve. Can anyone recommend a term program that they KNOW works 
  21. with 
  22. >either of these protocols, for either the 64 or 128?
  23.  
  24. I ran into a simialr problem when first downloading from FTP.  The 
  25. problem is in the way Unix and IBM handles files.  For ASCII files, it 
  26. addes a linefeed for every carriage return, and detects end-of-file 
  27. with the character 0.  BINARY files are transfered as-is, using a 
  28. special status bit to detect EOF.  if you are trying to download an SFX 
  29. file, but the host is set to ASCII, you'll not only get extra bytes, 
  30. but the transfer will terminate at the very first 0 the system comes 
  31. across. 
  32. The solution is to find a way to set the transfer to BINARY.  On Unix, 
  33. it is as simple as typing BINARY on the command line.
  34.